home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1154 / PlaceObject2_854_135 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2011-10-17  |  176 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.heroe.sprite.hotzone) && !u)
  3.    {
  4.       _root.lives = _root.lives + 1;
  5.       u = true;
  6.       this.nextFrame();
  7.    }
  8. }
  9.